home *** CD-ROM | disk | FTP | other *** search
/ Trapped Press Kit / Trapped Press Kit.iso / pc / Trp.dxr / Internal_4_Space MUI.ls < prev    next >
Encoding:
Text File  |  2002-08-22  |  469 b   |  12 lines

  1. on exitFrame me
  2.   Mooeobject = new(xtra("MUI"))
  3.   beep()
  4.   alertpropertieslist = [#Buttons: #Ok, #default: 0, #title: " Insufficent Disk Space", #message: "A check of your hard drive indicates an insufficent amount of space . Please change your selection or folder location.", #movable: 1, #xPosition: -1, #yPosition: -1, #Icon: #caution]
  5.   answer = alert(Mooeobject, alertpropertieslist)
  6.   Mooeobject = 0
  7.   case answer of
  8.     1:
  9.       go("Meg Counter")
  10.   end case
  11. end
  12.